home *** CD-ROM | disk | FTP | other *** search
/ kermit.columbia.edu / kermit.columbia.edu.tar / kermit.columbia.edu / newsgroups / misc.19980424-19980901 / 000363_news@newsmaster….columbia.edu _Wed Aug 12 12:29:59 1998.msg < prev    next >
Internet Message Format  |  1998-08-31  |  2KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id MAA11795
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Wed, 12 Aug 1998 12:29:58 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id MAA17302
  7.     for kermit.misc@watsun; Wed, 12 Aug 1998 12:29:58 -0400 (EDT)
  8. Path: news.columbia.edu!watsun.cc.columbia.edu!jaltman
  9. From: jaltman@watsun.cc.columbia.edu (Jeffrey Altman)
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: File Size Limitations?
  12. Date: 12 Aug 1998 16:29:53 GMT
  13. Organization: Columbia University
  14. Lines: 27
  15. Message-ID: <6qsfu1$5t8$1@apakabar.cc.columbia.edu>
  16. References: <35D1B7CD.597FAF56@sonalysts.com> <6qseea$53f$1@apakabar.cc.columbia.edu>
  17. NNTP-Posting-Host: watsun.cc.columbia.edu
  18. Xref: news.columbia.edu comp.protocols.kermit.misc:9080
  19.  
  20. In article <6qseea$53f$1@apakabar.cc.columbia.edu>,
  21. Frank da Cruz <fdc@watsun.cc.columbia.edu> wrote:
  22. : In article <35D1B7CD.597FAF56@sonalysts.com>,
  23. : Michael C. Smith <mcs@sonalysts.com> wrote:
  24. : : Is there an upper limit to the size of a file that Kermit (K95 running
  25. : : on NT4.0) can transmit?  Our application uses Kermit to transfer files
  26. : : between two computers using TCP/IP over a dial-up PPP connection.  We
  27. : : are conducting stress tests of the application by sending very large
  28. : : files (100+ MB) between the systems.  We have noticed that the reception
  29. : : of some files finishes even though the whole file has not been
  30. : : completely sent.  In one test, a 180 MB file was only received as a 112
  31. : : MB file.  Obviously, dial-up connections using such large files take a
  32. : : long time.  Could line noise, static, etc.. cause this to occur?  Or is
  33. : : there an internal limitation that we are runnng into?
  34. : : 
  35. : There should be no limitation. 
  36.  
  37. Not exactly true.  There is a limitation caused by the use of a 32-bit
  38. unsigned int to store the file size.  The Win32 APIs support files up
  39. to 64-bits in length.  So for the time being you are limited to files of 
  40. 2GB in size.
  41.  
  42.  
  43.     Jeffrey Altman * Sr.Software Designer * Kermit-95 for Win32 and OS/2
  44.                  The Kermit Project * Columbia University
  45.               612 West 115th St #716 * New York, NY * 10025
  46.   http://www.kermit-project.org/k95.html * kermit-support@kermit-project.org